home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200407-03.nasl < prev    next >
Text File  |  2005-03-31  |  2KB  |  68 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200407-03.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14536);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200407-03");
  17.  script_cve_id("CAN-2004-0493");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200407-03
  20. (Apache 2: Remote denial of service attack)
  21.  
  22.  
  23.     A bug in the protocol.c file handling header lines will cause Apache to
  24.     allocate memory for header lines starting with TAB or SPACE.
  25.   
  26. Impact
  27.  
  28.     An attacker can exploit this vulnerability to perform a Denial of Service
  29.     attack by causing Apache to exhaust all memory. On 64 bit systems with more
  30.     than 4GB of virtual memory a possible integer signedness error could lead
  31.     to a buffer based overflow causing Apache to crash and under some
  32.     circumstances execute arbitrary code as the user running Apache, usually
  33.     "apache".
  34.   
  35. Workaround
  36.  
  37.     There is no known workaround at this time. All users are encouraged to
  38.     upgrade to the latest available version:
  39.   
  40. References:
  41.     http://www.guninski.com/httpd1.html
  42.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0493
  43.  
  44.  
  45. Solution: 
  46.     Apache 2 users should upgrade to the latest version of Apache:
  47.     # emerge sync
  48.     # emerge -pv ">=net-www/apache-2.0.49-r4"
  49.     # emerge ">=net-www/apache-2.0.49-r4"
  50.   
  51.  
  52. Risk Factor : Medium
  53. ';
  54.  script_description(english: desc);
  55.  script_copyright(english: "(C) 2004 Michel Arboi");
  56.  script_name(english: "[GLSA-200407-03] Apache 2: Remote denial of service attack");
  57.  script_category(ACT_GATHER_INFO);
  58.  script_family(english: "Gentoo Local Security Checks");
  59.  script_dependencies("ssh_get_info.nasl");
  60.  script_require_keys('Host/Gentoo/qpkg-list');
  61.  script_summary(english: 'Apache 2: Remote denial of service attack');
  62.  exit(0);
  63. }
  64.  
  65. include('qpkg.inc');
  66. if (qpkg_check(package: "net-www/apache", unaffected: make_list("ge 2.0.49-r4", "lt 2"), vulnerable: make_list("le 2.0.49-r3")
  67. )) { security_warning(0); exit(0); }
  68.